home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Designer's Club 1996 July
/
Designer's Club 1996 July.iso
/
mac
/
Idea Source
/
Blues.DIR
/
00093.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1996-05-20
|
279 b
|
15 lines
on mouseUp
sound playFile 2, "blip"
if soundBusy(1) then
sound fadeOut 1, 2 * 60
repeat while the volume of sound 1 < 0
go(the frame)
end repeat
end if
if the volume of sound 1 < 0 then
sound stop 1
end if
puppetSprite(4, 0)
go(1, "main")
end